home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / visualj / vjtrialb.exe / RCDATA / CABINET / MFCAPWZ.DLL / TEMPLATE / NEWPROJ.INF < prev    next >
Text File  |  1996-07-31  |  6KB  |  250 lines

  1. $$// newproj.inf = template for list of template files
  2. $$//  format is 'sourceResName' \t 'destFileName'
  3. $$//    The source res name may be preceded by any combination of '=', '+', and/or '*'
  4. $$//       '=' => the resource is binary
  5. $$//       '+' => the file should be added to the project
  6. $$//       '*' => bypass the custom AppWizard's resources when loading
  7. $$//    if name starts with / => create new subdir
  8.  
  9.  
  10. $$IF(PROJTYPE_DLL)
  11. dllroot.clw    $$root$$.clw
  12. $$ELIF(PROJTYPE_DLG)
  13. dlgroot.clw    $$root$$.clw
  14. $$ELSE
  15. root.clw    $$root$$.clw
  16. $$ENDIF //DLG, DLL
  17. $$IF(VERBOSE)
  18. +readme.txt    ReadMe.txt
  19. $$ENDIF
  20.  
  21. $$// App and main frame
  22.  
  23. $$IF(PROJTYPE_DLG)
  24. dlgroot.h    $$root$$.h
  25. +dlgroot.cpp    $$root$$.cpp
  26. dialog.h    $$dlg_hfile$$.h
  27. +dialog.cpp    $$dlg_ifile$$.cpp
  28. $$ELIF(PROJTYPE_DLL)
  29. +dllroot.cpp    $$root$$.cpp
  30. $$IF(!EXTDLL)
  31. dllroot.h    $$root$$.h
  32. $$ENDIF //!EXTDLL
  33. $$ELSE
  34. root.h    $$root$$.h
  35. +root.cpp    $$root$$.cpp
  36. $$ENDIF //DLG
  37. $$IF(PROJTYPE_DLL)
  38. +root.def    $$root$$.def
  39. $$ENDIF //PROJTYPE_DLL
  40. $$IF(AUTOMATION)
  41. +root.odl    $$root$$.odl
  42. $$ENDIF
  43.  
  44. $$// Canned parts, with canned names
  45.  
  46. stdafx.h    StdAfx.h
  47. +stdafx.cpp    StdAfx.cpp
  48. $$IF(!PROJTYPE_DLL)
  49. $$IF(!PROJTYPE_DLG)
  50. frame.h    $$frame_hfile$$.h
  51. +frame.cpp    $$frame_ifile$$.cpp
  52. $$IF(MDICHILD)
  53. childfrm.h    $$child_frame_hfile$$.h
  54. +childfrm.cpp    $$child_frame_ifile$$.cpp
  55. $$ENDIF //MDICHILD
  56. $$ENDIF //!PROJTYPE_DLG
  57.  
  58. $$// Document specific
  59.  
  60. $$IF(!PROJTYPE_DLG)
  61. doc.h    $$doc_hfile$$.h
  62. +doc.cpp    $$doc_ifile$$.cpp
  63. view.h    $$view_hfile$$.h
  64. +view.cpp    $$view_ifile$$.cpp
  65. $$ENDIF //!PROJTYPE_DLG
  66. $$IF(CONTAINER_SERVER || FULL_SERVER || MINI_SERVER || AUTOMATION || HAS_SUFFIX)
  67. root.reg    $$root$$.reg
  68. $$ENDIF //SERVERS,AUTOMATION,SUFFIX
  69. $$IF(TARGET_MAC)
  70. $$IF(CONTAINER_SERVER || FULL_SERVER || MINI_SERVER || AUTOMATION)
  71. macroot.reg    $$root$$Mac.reg
  72. $$ENDIF //SERVERS,AUTOMATION
  73. $$ENDIF //TARGET_MAC
  74.  
  75. $$// Database specific
  76.  
  77. $$IF(CRecordView || CDaoRecordView)
  78. recset.h    $$recset_hfile$$.h
  79. +recset.cpp    $$recset_ifile$$.cpp
  80. $$ENDIF  //CRecordView
  81.  
  82. $$// OLE specific
  83.  
  84. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  85. srvritem.h    $$srvritem_hfile$$.h
  86. +srvritem.cpp    $$srvritem_ifile$$.cpp
  87. ipframe.h    $$ipframe_hfile$$.h
  88. +ipframe.cpp    $$ipframe_ifile$$.cpp
  89. $$ENDIF
  90. $$IF(CONTAINER || CONTAINER_SERVER)
  91. cntritem.h    $$cntritem_hfile$$.h
  92. +cntritem.cpp    $$cntritem_ifile$$.cpp
  93. $$ENDIF
  94. $$ENDIF //!PROJTYPE_DLL
  95.  
  96. $$// Resources
  97.  
  98. /res
  99. $$IF(MULTIPLE_LANGS)
  100. $$BEGINLOOP(NUM_LANGS)
  101. /$$RES_DIR_LOC$$
  102. $$ENDLOOP //NUM_LANGS
  103. $$ENDIF //MULTIPLE_LANGS
  104.  
  105. $$IF(TARGET_MAC)
  106. +root.r    $$r_file$$.r
  107. $$ENDIF //TARGET_MAC
  108. $$IF(PROJTYPE_DLG || PROJTYPE_DLL)
  109. dlgres.h    Resource.h
  110. +dlgall.rc    $$root$$.rc
  111. $$ELSE
  112. resource.h    Resource.h
  113. +all.rc    $$root$$.rc
  114. $$ENDIF //DLG||DLL
  115. $$BEGINLOOP(NUM_LANGS)
  116. root.rc2    $$RES_DIR_LOC$$\$$root$$.rc2
  117. $$IF(PROJTYPE_MDI || PROJTYPE_SDI)
  118. =doc.ico    $$RES_DIR_LOC$$\$$doc_ifile$$.ico
  119. $$ENDIF
  120. $$ENDLOOP //NUM_LANGS
  121. $$IF(!PROJTYPE_DLL)
  122. =root.ico    res\$$root$$.ico
  123. $$IF(!PROJTYPE_DLG)
  124. $$IF(TOOLBAR)
  125. $$IF(DB_NO_FILE)
  126. $$IF(HELP)
  127. =tbdh_.bmp    res\Toolbar.bmp
  128. $$ELSE
  129. =tbd__.bmp    res\Toolbar.bmp
  130. $$ENDIF
  131. $$ELIF(CRecordView || CDaoRecordView)
  132. $$IF(HELP)
  133. =tbrh_.bmp    res\Toolbar.bmp
  134. $$ELSE
  135. =tbr__.bmp    res\Toolbar.bmp
  136. $$ENDIF
  137. $$ELSE //!database view
  138. $$IF(HELP)
  139. =tbah_.bmp    res\Toolbar.bmp
  140. $$ELSE
  141. =tba__.bmp    res\Toolbar.bmp
  142. $$ENDIF
  143. $$ENDIF //database views
  144. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  145. $$IF(CRecordView || CDaoRecordView)
  146. $$IF(HELP)
  147. =tbrhi.bmp    res\IToolbar.bmp
  148. $$ELSE
  149. =tbr_i.bmp    res\IToolbar.bmp
  150. $$ENDIF
  151. $$ELSE //!database view
  152. $$IF(HELP)
  153. =tbahi.bmp    res\IToolbar.bmp
  154. $$ELSE
  155. =tba_i.bmp    res\IToolbar.bmp
  156. $$ENDIF
  157. $$ENDIF //database views
  158. $$ENDIF //SERVERs
  159. $$ENDIF //TOOLBAR
  160. $$ENDIF //!PROJTYPE_DLG
  161.  
  162. $$// Help Specific
  163. $$IF(HELP)
  164. /hlp
  165. $$IF(MULTIPLE_LANGS)
  166. $$BEGINLOOP(NUM_LANGS)
  167. /$$HLP_DIR_LOC$$
  168. $$ENDLOOP //NUM_LANGS
  169. $$ENDIF //MULTIPLE_LANGS
  170.  
  171. makehelp.bat    MakeHelp.bat
  172.  
  173. $$BEGINLOOP(NUM_LANGS)
  174. $$SET_DEFAULT_LANG(LANG_SUFFIX)
  175. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  176. +root.hpj    $$HLP_DIR_LOC$$\$$root$$.hpj
  177. $$ENDIF //INTEL,MIPS,ALPHA
  178. $$IF(TARGET_MAC)
  179. +macroot.hpj    $$HLP_DIR_LOC$$\$$mac_hpj$$.hpj
  180. $$ENDIF //TARGET_MAC
  181.  
  182. $$IF(PROJTYPE_DLG)
  183. afxdlg.rtf    $$HLP_DIR_LOC$$\AfxDlg.rtf
  184. dlgroot.cnt    $$HLP_DIR_LOC$$\$$root$$.cnt
  185.  
  186. $$ELSE
  187.  
  188. root.cnt    $$HLP_DIR_LOC$$\$$root$$.cnt
  189. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  190. =afxcore.rtf    $$HLP_DIR_LOC$$\AfxCore.rtf
  191. $$ENDIF //INTEL,MIPS,ALPHA
  192. $$IF(TARGET_MAC)
  193. =afxcrmac.rtf    $$HLP_DIR_LOC$$\AfxCrMac.rtf
  194. =maccmd.bmp    $$HLP_DIR_LOC$$\MacCmd.bmp
  195. $$ENDIF //TARGET_MAC
  196.  
  197. $$IF(PRINT)
  198. $$IF(TARGET_INTEL || TARGET_MIPS || TARGET_ALPHA)
  199. =afxprint.rtf    $$HLP_DIR_LOC$$\AfxPrint.rtf
  200. $$ENDIF //INTEL,MIPS,ALPHA
  201. $$IF(TARGET_MAC)
  202. =afxptmac.rtf    $$HLP_DIR_LOC$$\AfxPtMac.rtf
  203. $$ENDIF //MAC
  204. $$ENDIF //PRINT
  205.  
  206. $$IF(CONTAINER || CONTAINER_SERVER)
  207. =afxolecl.rtf    $$HLP_DIR_LOC$$\AfxOleCl.rtf
  208. $$ENDIF
  209. $$IF(FULL_SERVER || MINI_SERVER || CONTAINER_SERVER)
  210. =afxolesv.rtf    $$HLP_DIR_LOC$$\AfxOleSv.rtf
  211. $$ENDIF
  212. $$IF(CRecordView || CDaoRecordView)
  213. =afxdb.rtf    $$HLP_DIR_LOC$$\AfxDb.rtf
  214. $$ENDIF
  215.  
  216. $$// localized help specific bitmaps
  217. =appexit.bmp    $$HLP_DIR_LOC$$\AppExit.bmp
  218. =hlpsbar.bmp    $$HLP_DIR_LOC$$\HlpSBar.bmp
  219. =scmenu.bmp    $$HLP_DIR_LOC$$\ScMenu.bmp
  220.  
  221. $$ENDIF //PROJTYPE_DLG
  222. $$ENDLOOP //NUM_LANGS
  223.  
  224. $$IF(!PROJTYPE_DLG)
  225. $$// non-localized help specific bitmaps
  226. =filenew.bmp    hlp\FileNew.bmp
  227. =fileopen.bmp    hlp\FileOpen.bmp
  228. =fileprnt.bmp    hlp\FilePrnt.bmp
  229. =filesave.bmp    hlp\FileSave.bmp
  230. =editcopy.bmp    hlp\EditCopy.bmp
  231. =editcut.bmp    hlp\EditCut.bmp
  232. =editpast.bmp    hlp\EditPast.bmp
  233. =editundo.bmp    hlp\EditUndo.bmp
  234. =curarw4.bmp    hlp\CurArw4.bmp
  235. =curarw2.bmp    hlp\CurArw2.bmp
  236. =curhelp.bmp    hlp\CurHelp.bmp
  237. =scmax.bmp    hlp\Scmax.bmp
  238. =scmin.bmp    hlp\Scmin.bmp
  239. =bullet.bmp    hlp\Bullet.bmp
  240. =hlptbar.bmp    hlp\HlpTBar.bmp
  241. =recfirst.bmp    hlp\RecFirst.bmp
  242. =recprev.bmp    hlp\RecPrev.bmp
  243. =recnext.bmp    hlp\RecNext.bmp
  244. =reclast.bmp    hlp\RecLast.bmp
  245. $$ENDIF //!PROJTYPE_DLG
  246.  
  247. $$ENDIF //HELP
  248.  
  249. $$ENDIF //!PROJTYPE_DLL
  250.